[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_Nlq() Returns the codes to print in "NLQ" mode
Description:
VS_Nlq() returns the printer control codes necessary to make the
currently selected printer, print in "NLQ" mode.
Syntax:
c_Code = VS_Nlq()
Pass:
Nothing
Return:
c_Code is a character expression that will contain the necessary
printer control codes to make the currently selected printer print in
"NLQ" mode.
Notes:
VS_Nlq() will call VS_InitPrtr() if a printer has not yet been
selected.
Example:
SET PRINT ON
? VS_Nlq()+"This will be in nlq mode!"
SET PRINT OFF
...
Usage:
See Also:
VS_Draft()
VS_InitPrtr()
Printers
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson